The Source Control Integration API > The source control integration API optional functions > SCS_Checkin() |
![]() ![]() ![]() |
Description
Checks a list of local files or folders into the source control system. The DLL is responsible for making the file read-only. If unsupported by the source control system and this feature is enabled by the user, uses the Dreamweaver internal checkin/out functionality, which transports .lck files to and from the source control system.
Arguments
connectionData
, localPathList
, remotePathList
, successList
, numItems
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
localPathList is a list of fully qualified local file or folder paths to check in. |
![]() |
remotePathList is a mirrored list of fully qualified remote file or folder paths. |
![]() |
successList is a list of Boolean values populated by the DLL to let Dreamweaver know which of the corresponding files was successfully checked in. |
![]() |
numItems is the number of items in each list. |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |